-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Module Template #65
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
findolor
added a commit
that referenced
this pull request
Feb 14, 2023
* Add changelog * Save mint lock state on collection creation (#56) * Token Module (#57) * Use sender for contract admin query on token module instantiate * Refactor token module tests * Update CHANGELOG * Change typescript file name * Update update price events (#64) * Custom Module Template (#65) * Add initial contract files * Add msg template * Add state template * Add test template * Add contract files * Add error template * Add contract template * Run fmt * Update notice email * Update contract name * Update some comments * Update README * Update readme * Update comments * Update CHANGELOG * Update README * Custom Permission Template (#66) * Add contract related files * Add contract state * Add msg template * Add error template * Add contract template * Run fmt * Update CHANGELOG * Update README * Add missing instantiate code (#67) * Fix small errors (#70) * Modules Query Hub Module (#68) * Change modules key to be a string * Add modules query message * Add query codee * Add tests for query * Update CHANGELOG * Fee Module Operator Support (#69) * Add new messages * Add state * Add contract logic * Add tests * Update CHANGELOG * Bump contract versions * Bump optimizer version * Update CHANGELOG
findolor
added a commit
that referenced
this pull request
Feb 23, 2023
* Add changelog * Save mint lock state on collection creation (#56) * Token Module (#57) * Use sender for contract admin query on token module instantiate * Refactor token module tests * Update CHANGELOG * Change typescript file name * Update update price events (#64) * Custom Module Template (#65) * Add initial contract files * Add msg template * Add state template * Add test template * Add contract files * Add error template * Add contract template * Run fmt * Update notice email * Update contract name * Update some comments * Update README * Update readme * Update comments * Update CHANGELOG * Update README * Custom Permission Template (#66) * Add contract related files * Add contract state * Add msg template * Add error template * Add contract template * Run fmt * Update CHANGELOG * Update README * Add missing instantiate code (#67) * Fix small errors (#70) * Modules Query Hub Module (#68) * Change modules key to be a string * Add modules query message * Add query codee * Add tests for query * Update CHANGELOG * Fee Module Operator Support (#69) * Add new messages * Add state * Add contract logic * Add tests * Update CHANGELOG * Save sender's address as an operator on hub creation (#73) * Save sender's address as an operator on hub creation * Update CHANGELOG * Move token module integration tests to mint module (#72) * Bump versions * Update CHANGELOG * Update CHANGELOG
findolor
added a commit
that referenced
this pull request
Feb 23, 2023
* Add changelog * Save mint lock state on collection creation (#56) * Token Module (#57) * Use sender for contract admin query on token module instantiate * Refactor token module tests * Update CHANGELOG * Change typescript file name * Update update price events (#64) * Custom Module Template (#65) * Add initial contract files * Add msg template * Add state template * Add test template * Add contract files * Add error template * Add contract template * Run fmt * Update notice email * Update contract name * Update some comments * Update README * Update readme * Update comments * Update CHANGELOG * Update README * Custom Permission Template (#66) * Add contract related files * Add contract state * Add msg template * Add error template * Add contract template * Run fmt * Update CHANGELOG * Update README * Add missing instantiate code (#67) * Fix small errors (#70) * Modules Query Hub Module (#68) * Change modules key to be a string * Add modules query message * Add query codee * Add tests for query * Update CHANGELOG * Fee Module Operator Support (#69) * Add new messages * Add state * Add contract logic * Add tests * Update CHANGELOG * Save sender's address as an operator on hub creation (#73) * Save sender's address as an operator on hub creation * Update CHANGELOG * Move token module integration tests to mint module (#72) * Bump versions * Update CHANGELOG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a contract for custom modules. It includes all the necessary functions and messages to kickstart the development progress of new contracts.